home *** CD-ROM | disk | FTP | other *** search
/ Sony Ericsson PC Suite K510 / PC Suite.iso / Install / USB-Driver / zebrmdm2.inf < prev    next >
Encoding:
INI File  |  2006-02-01  |  12.1 KB  |  255 lines

  1. ;*****************************************************************************
  2. ;
  3. ; Name:  zebrmdm2.inf
  4. ;
  5. ; Function:
  6. ;    Install the Sony Ericsson Modem Driver (WDM) on Win2000/XP
  7. ;
  8. ; Copyright (c) 2005 MCCI
  9. ;
  10. ; MCCI is a registered trademark of Moore Computer Consultants, Inc
  11. ;
  12. ; NOTICE: This software is licensed, not sold.  Any modification of this
  13. ; inf file to change the reference to an operating system or to change the
  14. ; reference to a device is not permitted unless authorized in writing by
  15. ; Moore Computer Consultants, Inc.
  16. ;
  17. ;*****************************************************************************
  18.  
  19. [Version]
  20. signature="$WINDOWS NT$"
  21. Class=Modem
  22. ClassGuid={4d36e96d-e325-11ce-bfc1-08002be10318}
  23. Provider=%Provider%
  24. DriverVer=12/07/2005, 4.30.0.2700
  25. ;CatalogFile=zebrmdm.cat
  26.  
  27. [ControlFlags]
  28. ExcludeFromSelect = *
  29.  
  30. [SourceDisksNames]
  31. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  32. 1=%DiskString%,"zebrmdm.sys",,
  33.  
  34. [SourceDisksFiles]
  35. ; filename = diskid[,[ subdir][, size]]
  36. zebrmdm.sys = 1
  37. zebrcmnt.sys = 1
  38. zebrmdfl.sys = 1
  39.  
  40. ;-----------------------------------------------------------------------------
  41. ; Specify target paths...
  42. ;-----------------------------------------------------------------------------
  43.  
  44. [DestinationDirs]
  45. DefaultDestDir = 12                    ; system32\drivers
  46.  
  47. ;-----------------------------------------------------------------------------
  48. ; Table of Contents
  49. ;-----------------------------------------------------------------------------
  50. [Manufacturer]
  51. %SEMC%=SEMC
  52.  
  53. ;-----------------------------------------------------------------------------
  54. ; Device-by-device entries
  55. ;-----------------------------------------------------------------------------
  56. [SEMC]
  57. %SEMC.Modem.Desc% = SEMC.Install, USB\VID_0FCE&PID_D030&MI_03&OS_NT
  58.  
  59. ;-----------------------------------------------------------------------------
  60. ; Installation instructions
  61. ;-----------------------------------------------------------------------------
  62.  
  63. [SEMC.Install.nt]
  64. AddReg = SEMC.AddReg, SEMC.NT.AddReg, GenericAddReg, USB
  65. CopyFiles    = CopyFiles, CopyFiles.Win2K
  66.  
  67.  
  68. ;-----------------------------------------------------------------------------
  69. ;  Registry
  70. ;-----------------------------------------------------------------------------
  71.  
  72. ; common registry entries 
  73. [SEMC.AddReg]
  74. HKR,,NTMPDriver,,zebrmdm.sys
  75. HKR,,OverrideDefaultPortSettings, 0x10001, 01,00,00,00
  76. HKR,,InitialBaudRate, 0x10001, 00,C2,01,00            ;115200 initial baud rate
  77. HKR,,InitialLineControl,, "8N1"                    ;8-bits, No parity, 1 stop bit
  78.  
  79. ; only for NT...
  80. [SEMC.NT.AddReg]
  81.  
  82. ;-----------------------------------------------------------------------------
  83. ;  Copy lists
  84. ;-----------------------------------------------------------------------------
  85. [CopyFiles]
  86.  
  87. [CopyFiles.Win2K]
  88. zebrmdm.sys
  89. zebrcm.sys,zebrcmnt.sys
  90. zebrcmnt.sys
  91. zebrmdfl.sys
  92.  
  93.  
  94. ;-----------------------------------------------------------------------------
  95. ;  NT Services installation
  96. ;-----------------------------------------------------------------------------
  97. [SEMC.Install.NT.HW]
  98. AddReg = LowerFilterAddReg
  99. AddReg = UpperFilterAddReg
  100.  
  101. [SEMC.Install.NT.Services]
  102. AddService = zebrmdm, 0x00000000, SEMC.Install.AddService
  103. AddService = zebrmdfl,, SEMC.Install.AddFilter
  104.  
  105. [UpperFilterAddReg]
  106. HKR,,"UpperFilters",0x00010000,"zebrmdfl"
  107.  
  108. [SEMC.Install.AddService]
  109. DisplayName    = %SEMC.Service.Name%
  110. Description    = %SEMC.Service.Desc%
  111. ServiceType    = 1            ;%SERVICE_KERNEL_DRIVER%
  112. StartType    = 3            ;%SERVICE_DEMAND_START%
  113. ErrorControl    = 1            ;%SERVICE_ERROR_NORMAL%    
  114. ServiceBinary    = %12%\zebrmdm.sys
  115.  
  116. [SEMC.Install.AddFilter]
  117. DisplayName    = %SEMC.Filter.Name%
  118. Description    = %SEMC.Filter.Desc%
  119. ServiceType    = 1            ;%SERVICE_KERNEL_DRIVER%
  120. StartType    = 3            ;%SERVICE_DEMAND_START%
  121. ErrorControl    = 1            ;%SERVICE_ERROR_NORMAL%    
  122. ServiceBinary    = %12%\zebrmdfl.sys
  123.  
  124. [LowerFilterAddReg]
  125. HKR,,"LowerFilters",0x00010000,"zebrmdm"
  126. [GenericAddReg]
  127. HKR,, FriendlyDriver,,unimodem.vxd
  128. HKR,, PortSubClass,1, 02
  129. HKR,, ConfigDialog,, modemui.dll
  130. HKR,, EnumPropPages,0,modemui.dll,EnumPropPages
  131. HKR,, DCB, 1, 1C,00,00,00, 00,c2,01,00, 15,20,00,00, 00,00, 0a,00, 0a,00, 08, 00, 00, 11, 13, 00, 00, 00
  132. HKR,, Properties, 1, 00,00,00,00, 32,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,c2,01,00, 00,F4,01,00
  133.  
  134. HKR, Init,      1,, "AT<cr>"
  135. HKR, Init,      2,, "AT&FX1E0V1&D2&C1S0=0<cr>"
  136. HKR, Monitor,     1,, "ATS0=0<cr>"
  137. HKR, Monitor,     2,, "None"
  138. HKR, Answer,    1,, "ATA<cr>"
  139. HKR, Hangup,    1,, "ATH<cr>"
  140. HKR,, Reset,, "ATZ<cr>"
  141.  
  142. HKR, Settings, Prefix,, "AT"
  143. HKR, Settings, Terminator,, "<cr>"
  144. HKR, Settings, DialPrefix,, "D"
  145. HKR, Settings, DialSuffix,, ""
  146. HKR, Settings, CallSetupFailTimer,, "S7=<#>"
  147.  
  148. HKR, Responses, "0<cr>",    1, 00, 00, 00,00,00,00, 00,00,00,00 ; OK - Command executed
  149. HKR, Responses, "1<cr>",    1, 02, 00, 00,00,00,00, 00,00,00,00 ; CONNECT - Connection
  150. HKR, Responses, "2<cr>",    1, 08, 00, 00,00,00,00, 00,00,00,00 ; RING - Ring signal indicated
  151. HKR, Responses, "3<cr>",    1, 04, 00, 00,00,00,00, 00,00,00,00 ; NO CARRIER 
  152. HKR, Responses, "4<cr>",    1, 03, 00, 00,00,00,00, 00,00,00,00 ; ERROR - Invalid command
  153. HKR, Responses, "5<cr>",    1, 02, 00, B0,04,00,00, 00,00,00,00 ; CONNECT 1200
  154. HKR, Responses, "6<cr>",    1, 05, 00, 00,00,00,00, 00,00,00,00 ; NO DIALTONE - No dial tone detected
  155. HKR, Responses, "7<cr>",    1, 06, 00, 00,00,00,00, 00,00,00,00 ; BUSY - Engaged (busy) signal
  156. HKR, Responses, "8<cr>",    1, 07, 00, 00,00,00,00, 00,00,00,00 ; NO ANSWER
  157.  
  158. HKR, Responses, "<cr><lf>OK<cr><lf>",                     1, 00, 00, 00,00,00,00, 00,00,00,00
  159. HKR, Responses, "<cr><lf>RING<cr><lf>",                   1, 08, 00, 00,00,00,00, 00,00,00,00
  160. HKR, Responses, "<cr><lf>NO CARRIER<cr><lf>",             1, 04, 00, 00,00,00,00, 00,00,00,00
  161. HKR, Responses, "<cr><lf>ERROR<cr><lf>",                  1, 03, 00, 00,00,00,00, 00,00,00,00
  162. HKR, Responses, "<cr><lf>NO DIALTONE<cr><lf>",            1, 05, 00, 00,00,00,00, 00,00,00,00
  163. HKR, Responses, "<cr><lf>NO DIAL TONE<cr><lf>",           1, 05, 00, 00,00,00,00, 00,00,00,00
  164. HKR, Responses, "<cr><lf>BUSY<cr><lf>",                   1, 06, 00, 00,00,00,00, 00,00,00,00
  165. HKR, Responses, "<cr><lf>NO ANSWER<cr><lf>",              1, 07, 00, 00,00,00,00, 00,00,00,00
  166. HKR, Responses, "<cr><lf>CONNECT<cr><lf>",                1, 02, 00, 00,08,07,00, 00,00,00,00
  167. HKR, Responses, "<cr><lf>CONNECT 2400<cr><lf>",           1, 02, 00, 60,09,00,00, 00,00,00,00
  168. HKR, Responses, "<cr><lf>CONNECT 4800<cr><lf>",           1, 02, 00, C0,12,00,00, 00,00,00,00
  169. HKR, Responses, "<cr><lf>CONNECT 9600<cr><lf>",           1, 02, 00, 80,25,00,00, 00,00,00,00
  170. HKR, Responses, "<cr><lf>CONNECT 14400<cr><lf>",          1, 02, 00, 40,38,00,00, 00,00,00,00
  171. HKR, Responses, "<cr><lf>CONNECT 19200<cr><lf>",          1, 02, 00, 00,4B,00,00, 00,00,00,00
  172. HKR, Responses, "<cr><lf>CONNECT 28800<cr><lf>",          1, 02, 00, 80,70,00,00, 00,00,00,00
  173. HKR, Responses, "<cr><lf>CONNECT 33600<cr><lf>",          1, 02, 00, 40,83,00,00, 00,00,00,00
  174. HKR, Responses, "<cr><lf>CONNECT 38400<cr><lf>",          1, 02, 00, 00,96,00,00, 00,00,00,00
  175. HKR, Responses, "<cr><lf>CONNECT 57600<cr><lf>",          1, 02, 00, 00,e1,00,00, 00,00,00,00
  176. HKR, Responses, "<cr><lf>CONNECT 115200<cr><lf>",         1, 02, 00, 00,c2,01,00, 00,00,00,00
  177. HKR, Responses, "<cr><lf>FAX<cr><lf>",                    1, 03, 00, 00,00,00,00, 00,00,00,00
  178. HKR, Responses, "<cr><lf>DATA<cr><lf>",                   1, 03, 00, 00,00,00,00, 00,00,00,00
  179. HKR, Responses, "<cr><lf>VOICE<cr><lf>",                  1, 03, 00, 00,00,00,00, 00,00,00,00
  180. HKR, Responses, "<cr><lf>RINGING<cr><lf>",                1, 01, 00, 00,00,00,00, 00,00,00,00
  181. HKR, Responses, "<cr><lf>DELAYED<cr><lf>",                1, 1D, 00, 00,00,00,00, 00,00,00,00
  182. HKR, Responses, "<cr><lf>DELAYED NUMBER<cr><lf>",         1, 1D, 00, 00,00,00,00, 00,00,00,00
  183. HKR, Responses, "<cr><lf>BLACKLISTED<cr><lf>",            1, 1C, 00, 00,00,00,00, 00,00,00,00
  184. HKR, Responses, "<cr><lf>BLACKLISTED NUMBER<cr><lf>",     1, 1C, 00, 00,00,00,00, 00,00,00,00
  185. HKR, Responses, "<cr><lf>+FCERROR<cr><lf>",               1, 03, 00, 00,00,00,00, 00,00,00,00
  186.  
  187. HKR, Responses, "<cr><lf>+CME ERROR: 0<cr><lf>",    1, 03, 00, 00,00,00,00, 00,00,00,00   ; Phone failure.
  188. HKR, Responses, "<cr><lf>+CME ERROR: 1<cr><lf>",    1, 03, 00, 00,00,00,00, 00,00,00,00   ; No connection to phone.
  189. HKR, Responses, "<cr><lf>+CME ERROR: 2<cr><lf>",    1, 03, 00, 00,00,00,00, 00,00,00,00   ; Phone modem link reserved.
  190. HKR, Responses, "<cr><lf>+CME ERROR: 3<cr><lf>",    1, 03, 00, 00,00,00,00, 00,00,00,00   ; Operation not permitted.
  191. HKR, Responses, "<cr><lf>+CME ERROR: 4<cr><lf>",    1, 03, 00, 00,00,00,00, 00,00,00,00   ; Operation not supported.
  192. HKR, Responses, "<cr><lf>+CME ERROR: 5<cr><lf>",    1, 03, 00, 00,00,00,00, 00,00,00,00   ; PH-SIM card PIN required.
  193. HKR, Responses, "<cr><lf>+CME ERROR: 6<cr><lf>",    1, 03, 00, 00,00,00,00, 00,00,00,00   ; PH-FSIM PIN required
  194. HKR, Responses, "<cr><lf>+CME ERROR: 7<cr><lf>",    1, 03, 00, 00,00,00,00, 00,00,00,00   ; PH-FSIM PUK required
  195. HKR, Responses, "<cr><lf>+CME ERROR: 10<cr><lf>",   1, 03, 00, 00,00,00,00, 00,00,00,00   ; SIM card not inserted.
  196. HKR, Responses, "<cr><lf>+CME ERROR: 11<cr><lf>",   1, 03, 00, 00,00,00,00, 00,00,00,00   ; SIM card PIN required.
  197. HKR, Responses, "<cr><lf>+CME ERROR: 12<cr><lf>",   1, 03, 00, 00,00,00,00, 00,00,00,00   ; SIM card PUK required.
  198. HKR, Responses, "<cr><lf>+CME ERROR: 13<cr><lf>",   1, 03, 00, 00,00,00,00, 00,00,00,00   ; SIM card failure.
  199. HKR, Responses, "<cr><lf>+CME ERROR: 14<cr><lf>",   1, 03, 00, 00,00,00,00, 00,00,00,00   ; SIM card busy.
  200. HKR, Responses, "<cr><lf>+CME ERROR: 15<cr><lf>",   1, 03, 00, 00,00,00,00, 00,00,00,00   ; SIM card wrong.
  201. HKR, Responses, "<cr><lf>+CME ERROR: 16<cr><lf>",   1, 03, 00, 00,00,00,00, 00,00,00,00   ; Incorrect password.
  202. HKR, Responses, "<cr><lf>+CME ERROR: 20<cr><lf>",   1, 03, 00, 00,00,00,00, 00,00,00,00   ; Memory full.
  203. HKR, Responses, "<cr><lf>+CME ERROR: 21<cr><lf>",   1, 03, 00, 00,00,00,00, 00,00,00,00   ; Invalid index.
  204. HKR, Responses, "<cr><lf>+CME ERROR: 22<cr><lf>",   1, 03, 00, 00,00,00,00, 00,00,00,00   ; Not found.
  205. HKR, Responses, "<cr><lf>+CME ERROR: 23<cr><lf>",   1, 03, 00, 00,00,00,00, 00,00,00,00   ; Memory failure.
  206. HKR, Responses, "<cr><lf>+CME ERROR: 24<cr><lf>",   1, 03, 00, 00,00,00,00, 00,00,00,00   ; Text string too long.
  207. HKR, Responses, "<cr><lf>+CME ERROR: 25<cr><lf>",   1, 03, 00, 00,00,00,00, 00,00,00,00   ; Invalid character in text string.
  208. HKR, Responses, "<cr><lf>+CME ERROR: 26<cr><lf>",   1, 03, 00, 00,00,00,00, 00,00,00,00   ; Dial string too long.
  209. HKR, Responses, "<cr><lf>+CME ERROR: 27<cr><lf>",   1, 03, 00, 00,00,00,00, 00,00,00,00   ; Invalid character in dial string.
  210. HKR, Responses, "<cr><lf>+CME ERROR: 30<cr><lf>",   1, 03, 00, 00,00,00,00, 00,00,00,00   ; No network service
  211. HKR, Responses, "<cr><lf>+CME ERROR: 31<cr><lf>",   1, 03, 00, 00,00,00,00, 00,00,00,00   ; Network timeout
  212. HKR, Responses, "<cr><lf>+CME ERROR: 100<cr><lf>",  1, 03, 00, 00,00,00,00, 00,00,00,00   ; Unknown.
  213. HKR, Responses, "<cr><lf>+CMS ERROR: ",             1, 03, 00, 00,00,00,00, 00,00,00,00   ; CMS errors
  214.  
  215.  
  216. [USB]
  217. HKR,, PortDriver, 0, wdmmdmld.vxd
  218. HKR,, DeviceType, 1, 01
  219.  
  220.  
  221. ;-----------------------------------------------------------------------------
  222. ; STRINGS
  223. ;-----------------------------------------------------------------------------
  224. [Strings]
  225.  
  226. ;<<localize the following>>
  227.  
  228. ;BEGIN ENG - US English Strings
  229.  
  230. Provider = "Sony Ericsson Mobile Communications AB"
  231. SEMC = "Sony Ericsson Mobile Communications AB"
  232. DiskString = "Sony Ericsson Modem Driver"
  233.  
  234. SEMC.Modem.Desc = "Sony Ericsson Modem"
  235. SEMC.Service.Name = "Sony Ericsson Modem Driver"
  236. SEMC.Service.Desc = "Sony Ericsson Modem Driver"
  237.  
  238. SEMC.Filter.Name = "Sony Ericsson Modem Filter"
  239. SEMC.Filter.Desc = "Sony Ericsson Modem Filter"
  240.  
  241. CustomerDataPath = "Sony Ericsson"
  242. DriverSet = "Sony Ericsson Software"
  243. UninstallFile = "ZEBRUninstall.exe"
  244. McciOptions = "Uninstallable"
  245.  
  246.  
  247. ;END ENG - US English Strings
  248.  
  249. ;-----------------------------------------------------------------------------
  250. ; The following are symbolic constants which don't change per locale.
  251. ;-----------------------------------------------------------------------------
  252.  
  253.  
  254. ;*** end of file ***
  255.